define([], function () { "use strict"; var QuickLinks = function () { return { root: { quickLinks: { labels: { regICCard: 'Credit card issuance', regIPCard: 'International debit card issuance', regPperMonth: 'Monthly promotions registration' } } }, ar: true, fr: true, cs: true, sv: true, en: false, "en-us": false, vn: true }; }; return new QuickLinks(); });